home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc5gcdm.dxr / 00121.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  300 b   |  14 lines

  1. on exitFrame
  2.   global gEndTime
  3.   if the movieTime of sprite 16 >= gEndTime then
  4.     set the movieRate of sprite 16 to 0
  5.   end if
  6.   if rollOver(43) then
  7.     set the puppet of sprite 43 to 1
  8.     set the castNum of sprite 43 to 7
  9.   else
  10.     set the puppet of sprite 43 to 0
  11.   end if
  12.   go(the frame)
  13. end
  14.